home *** CD-ROM | disk | FTP | other *** search
- .TH CTRIMSRF
- 6 "IRIT Version 6.0"
- .SH NAME
- CTRIMSRF
-
-
-
- ListType CTRIMSRF( TrimSrfType TSrf, NumericType Parametric )
-
- Extract the trimming curves of a trimmed surface TSrf.
- If Parametric is not zero, then the trimming curves are extracted
- as parametric space curves of TSrf. Otherwise, the trimming curves
- are evaluated into Euclidean space as curves on surface TSrf.
-
- Example:
-
- TrimCrvs = CTRIMSRF( TrimSrf, FALSE );
-
- extracts the trimming curves of TrimSrf as Euclidean curves on
- TrimSrf.
-